@charset "UTF-8";



.down {
    overflow: hidden;
    position:absolute;
    bottom:160px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    display: block;
    z-index: 5;
    text-align: center;
	
	animation: mymove 1s infinite alternate;
	
	}
@keyframes mymove
{
0% { bottom:190px;opacity:0 }
100% { bottom:160px;Filter:Alpha(opacity=1);-moz-opacity:1;opacity:1 }
}


/* CSS Document */

* {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  height: 100% !important;
}
html,
body {
  background:  url(../images/ui/bg_pattern.jpg);
  font-size: 12px;
  height: 100%;
  letter-spacing:1px
}

::-moz-selection {
  /*针对Firefox*/
  background: #400000;
  color: #cc9966;
}
::selection {
  background: #400000;
  color: #cc9966;
}
.capital {
  text-transform: uppercase;
}
/*正文字体，针对操作系统进行指定*/

.isWindows {
  font-family: 'Microsoft yahei', "微软雅黑", tahoma;
}
.isMac {
  font-family: "HiraginoSansGB-W3", "STHeiti", tahoma;
}
/*.en.isWindows{
	font-family:  "source_sans_proregular",'Microsoft yahei',"微软雅黑",tahoma;;
}
.en.isMac{
	font-family:  "source_sans_proregular","HiraginoSansGB-W3","STHeiti",tahoma;
}*/

a:focus {
  outline: inherit;
}
section {
  color: #946a40;
  position: relative;
}
section > * {
  position: relative;
}
a {
  color: #996633;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ffffcc;
  text-decoration: none;
}
.font-MMSC {
  font-family: 'matura_mt_script_capitalsRg';
  font-weight: normal;
}
.color_burgundy {
  color: #500000;
}
.color_glod {
  color: #cc9966;
}
.container {
  padding: 0px;
  overflow: hidden;
  position: relative;
}
.container-full-width {
  width: 100%;
  padding: 0px;
  overflow: hidden;
}
.background-title-arrow {
  background-image: url(../images/ui/darkline_light.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 60px;
}
.line-6-top {
  border-top: #540000 6px solid;
}
.line-6-bottom {
  border-bottom: #0d1a2a 6px solid;
  padding-bottom: 20px;
}
.line-6-bottom.shadow-bg,
.shadow-bg {
  background: url(../images/ui/service-top-shadow.png) bottom center no-repeat;
  background-size: 100%;
}
.arrow-top {
  height: 11px;
  background: url(../images/ui/arrow-bottom.png) top center no-repeat;
  margin-top: -11px;
}
.dotted-line {
  height: 1px;
  border-bottom: 1px dotted #000;
}
.line {
  width: 100%;
  height: 6px;
  position: relative;
  margin-top: -6px;
  background: rgba(0, 0, 0, 0.3);
  filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#4C000000', endColorstr='#4C000000');
}
.linear-gradient-gold {
  /*  background-color: #be8f5f;*/
  background-image: url(../images/ui/bg_pattern2.jpg);
  background: -webkit-gradient(linear, top, from(#c28a56), to(#7c4f2f));
  /*Old gradient for webkit*/
  background: -webkit-linear-gradient(top, rgba(52, 52, 52, 1), rgba(0, 0, 0, 1));
  /*new gradient for Webkit*/
  background: -o-linear-gradient(top, rgba(204, 153, 102, 1), rgba(124, 79, 47, 1));
  /*Opera11*/
  background: -moz-linear-gradient(top, rgba(204, 153, 102, 1), rgba(124, 79, 47, 1));
  /*Mozilla*/
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFC28A56', endColorstr='#FF7C4F2F', GradientType=0);
  /*ie*/
}
.linear-gradient-gold-transparent {
  background-color: #be8f5f;
  background: -webkit-gradient(linear, top, from(#cc9966), to(#996633));
  /*Old gradient for webkit*/
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
  /*new gradient for Webkit*/
  background: -o-linear-gradient(top, rgba(204, 153, 102, 0.9), rgba(153, 102, 51, 0.9));
  /*Opera11*/
  background: -moz-linear-gradient(top, rgba(204, 153, 102, 0.9), rgba(153, 102, 51, 0.9));
  /*Mozilla*/
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#E5cc9966', endColorstr='#E5996633', GradientType=0);
  /*ie*/
}
.gold-arrow-bg-top {
  background: url(../images/ui/arrow-gold-top-alpha90.png) center top no-repeat;
  padding-top: 11px;
}
/*.burgundy-transparent{
	background-color: rgba(102,0,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC500000', endColorstr='#CC500000');
}*/

.burgundy-background {
  background-color: #500000;
}
.burgundy-alpha90 {
  background-color: #0d1a2a;
  background-color: rgba(13, 26, 42, 0.9);
  filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5500000', endColorstr='#E5500000');
  /*ie*/
}
.burgundy-alpha90-arrow-bg-bottom {
  padding-bottom: 11px;
  background: url(../images/ui/arrow-burgundy-transparent90-bottom.png) center bottom no-repeat;
}
.burgundy-alpha90-arrow-bg-top {
  padding-top: 11px;
  background: url(../images/ui/arrow-burgundy-transparent90-top.png) center top no-repeat;
}
.shadow {
  vertical-align: top;
}
.text_red {
  color: red;
}
.border_image {
  border: #2e1c11 1px solid;
}
.btn-arrow-icon {
  color: red;
  padding-left: 5px;
}
.bottom-shadow-image {
  margin-top: 60px;
}
.bottom-shadow-image.no-margin {
  margin-top: 0px;
}
/*垂直居中表格*/

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
.cover-container {
  margin-left: auto;
  margin-right: auto;
}
.inner {
  padding: 30px;
}
.inner > h1,
.inner > h2,
.inner > h3,
.inner > h4,
.inner > h5 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* 主容器 */

#main-wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
  padding-top: 65px;
  background-image: url(../images/ui/bottom_light_group.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* 页脚模块 */

footer {
  color: #996633;
  height: 60px;
  background:#000
  
}
footer > * {
  line-height: 60px;
  display: inline-block;
  position: absolute;
}
footer .content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}
footer .pull-left {
  /*font-size:80%;*/
  left: 0px;
  margin-left: 20px;
}
footer .pull-right {
  /*font-size:80%;*/
  right: 0px;
  margin-right: 20px;
}
/* 页面底部 */

#bottom {
  /*  margin-top: 20px;*/
}
#bottom > img {
  /*  margin-bottom: 20px;*/
}
.pattern-and-shadow-title {
  position: absolute;
  margin-top: 8px;
  height: 70px;
  background: -webkit-gradient(linear, top, from(#000000), to(#000000));
  /*Old gradient for webkit*/
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  /*new gradient for Webkit*/
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  /*Opera11*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  /*Mozilla*/
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
  /*ie*/
}
#bottom .container {
  background: url(../images/ui/pattern_title_dot.png) center top no-repeat;
  padding: 40px 30px 0px 30px;
}
/*
* 主导航模块
*/

#mainNavGroup {
  left: 0px;
  border-top: #1e336b 6px solid;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background: url(../images/ui/mainnav_background_color.png) left top repeat;
  /*background-color: rgba(80,0,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC500000', endColorstr='#CC500000');*/
}
.isMac #mainNavGroup {
  /*margin-left: -16px;*/
}
#mainNavGroup:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 100%;
  background: url(../images/ui/menubar_shadow.png) top center no-repeat;
  z-index: -1;
}
.navbar {
  min-height: inherit;
  margin-bottom: 0px;
  border: 0px solid transparent;
}
.navbar-header {
  position: absolute;
  left: 0px;
  z-index: 10;
}
#logo {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0px;
}
#logo div {
  position: relative;
  width: 100%;
  height: 100%;
}
#logo img {
  position: absolute;
  top: -6px;
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -ms-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
#logo img:hover {
  top: 0px;
}
#logo.active:after {
  /*content:url(../images/ui/arrow-burgundy-transparent90-bottom.png);*/
  /*position:absolute;
	left:0px;
	top:0px;
	width:162px;
	height:40px;
	line-height:1px;
	text-align:center;
	padding:0;
	margin:0;*/
}
#mainNavGroup nav a,
#mainNavGroup nav a:hover,
#mainNavGroup nav a:focus {
  background-color: transparent !important;
}
.navbar-collapse {
  background: transparent url(../images/ui/menubar_pattern.jpg) left top repeat-x;
}
.navbar-nav {
  margin: 0px;
  padding-right: 280px;
}
.navbar-nav a {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.navbar-nav > li {
  margin: 0;
  padding: 0;
  /*height: 53px;*/
}
.navbar-nav > li > a {
  color: #999;
  padding: 0px 10px !important;
  margin: 0px;
  height: 60px;
  line-height: 60px;
  margin-right:20px
}
.navbar-nav > li.active {
  background: url('../images/ui/arrow-burgundy-transparent90-bottom.png') no-repeat 50% top;
}
.navbar-nav > li.active > a,
.navbar-nav > li > a:hover {
  color: #fff;
}
.navbar-nav > li > a:after,
.navbar-nav > li > a after {
  position: absolute;
  display: inline-block;
  padding-left: 6px;
  content: "•";
  text-align: right;
  font-size: 16px;
}
.isMac .navbar-nav > li > a:after {
  padding-left: 0px;
  font-size: 22px;
}
.isIpad .navbar-nav > li > a:after {
  padding-left: 6px;
}
#menu-item-237 a:after {
  content: "";
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  background-position: left bottom;
  color: #ffffcc;
}
.navbar-nav li.active a,
.navbar-nav li > a:hover {
  background-color: transparent;
  background-position: left bottom;
}
.navbar-nav > li > .dropdown-menu {
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  background-color: transparent;
  /*background-color: rgba(80,0,0,0.8);*/
  font-size: 12px;
  padding: 10px 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  /*display:block;
	height:0px;
	padding:0;
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	  -ms-transition: all 0.3s ease-in-out;
	   -o-transition: all 0.3s ease-in-out;
	      transition: all 0.3s ease-in-out;*/
}
.navbar-nav > li.open > .dropdown-menu {
  /*display:block;
	height:200px;
	padding:10px 0;*/
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.collapse-menu li.active a,
.collapse-menu li:hover a {
  color: #ffffcc;
}
.dropdown-menu {
  position: static;
  width: 100%;
  min-width: inherit;
  float: none;
  /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0);*/
}
.dropdown-menu > li {
  position: relative;
  height: 25px;
  width: 100%;
}
.dropdown-menu > li > a {
  display: block;
  position: absolute;
  right: 0px;
  width: 320px;
  color: #cc9966;
  text-align: right;
  padding-right: 10px;
}
.dropdown-menu > li > a:hover {
  color: #ffffcc;
}
.dropdown-menu > .active a:hover {
  background-color: transparent;
}
.collapse-menu {
  background-color: #700000;
  position: relative;
  list-style: none;
  padding: 0px;
  width: 100%;
}
.collapse-menu li {
  padding: 0px 16px;
}
.collapse-menu li:first-child {
  padding-top: 10px;
}
.collapse-menu li:last-child {
  padding-bottom: 10px;
}
.collapse-menu a {
  display: block;
  line-height: 25px;
  color: #cc9966;
}
.collapse-menu li:hover {
  border: 1px #000 solid;
}
.navbar-nav .navbar {
  margin-bottom: 0px;
}
#nav-tool {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  line-height: 60px;
  color: #660000;
  font-size: 14px;
  font-family: "univers_lt_std57_condensed";
  z-index: 20;
}
#nav-tool > span {
  display: inline-block;
  line-height: inherit;
  float: left;
  padding: 0 5px;
}
#vip-tel {} #vip-tel span {
  font-family: inherit;
  /*font-family: "univers_lt_std57_condensed";*/
}
#vip-bookmarks a {
  display: inline-block;
  width: 70px;
  height: 130px;
  margin-left: -10px;
  margin-right: -10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center -10px;
  -webkit-transition: background-position 0.3s ease-out;
  -moz-transition: background-position 0.3s ease-out;
  -ms-transition: background-position 0.3s ease-out;
  -o-transition: background-position 0.3s ease-out;
  transition: background-position 0.3s ease-out;
}
#vip-bookmarks a:hover {
  background-position: center top;
}
.zh-CN #vip-bookmarks a {
  background-image: url('../images/ui/vip-bookmarks.png');
}
.en-US #vip-bookmarks a {
  background-image: url('../images/ui/vip-bookmarks_en.png');
  text-indent: 200px;
}
#language {
  display: inline-block;
  width: 50px;
  text-align: center;
  cursor: pointer;
  padding-left: 0;
  margin-left: -6px;
}
.navbar-brand {
  padding: 0px;
  margin: 0px !important;
  z-index: 16;
}
.navbar-toggle {
  box-sizing: content-box;
  float: right;
  width: 30px;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0 16px;
  height: 60px;
  background: url('../images/ui/arrow-burgundy-transparent90-bottom.png') no-repeat 50% top;
}
.navbar-toggle .icon-bar {
  background-color: #ffffcc;
  width: 100%;
}
/*
* BANNER样式
*/

#banner {
  position: relative;
  padding-top: 46.875%;
}
#banner .banner {
  position: absolute;
  top: 0px;
}
.banner {
  width: 100% !important;
  overflow: visible !important;
}
.banner ul {
  padding: 0px;
  margin: 0px;
}
.banner li {
  list-style: none;
  position: relative;
}
.banner .control-wrapper {
  width: 100%;
  height: 60px;
}
.banner .control-wrapper > .container {
  height: 100%;
  color: #cc9966;
}
.banner .control-wrapper > .container > * {
  height: 60px;
}
.banner .dots {
  /*position:absolute;*/
  margin: 0px;
  padding: 0px;
  top: 0px;
  /*left:60px;
	right:60px;*/
  text-align: center;
  z-index: 1;
}
.banner nav {
  color: #cc9966;
  padding: 0 20px;
  text-align: right;
}
.banner .arrows {
  position: absolute;
  width: 100%;
  color: #fff;
}
.banner .control-wrapper nav > * {
  margin: 0px;
  line-height: 60px;
}
.banner .control-wrapper nav h4 {
  position: absolute;
  height: 100%;
  top: 0px;
}
.banner .control-wrapper .dots li {
  line-height: 60px;
  color: #996633;
  margin: 0 10px;
  cursor: pointer;
}
.banner .control-wrapper .dots li a {
  width: 14px;
  line-height: 60px;
  text-indent: 0px;
}
.banner .control-wrapper .dots .dot.active {
  color: #ffffcc;
  cursor: default;
}
.banner .control-wrapper .arrow {
  display: inline;
  cursor: pointer;
  line-height: 60px;
  /*padding:0 20px;*/
}
.banner .caption-wrap {
  color: #999;
  padding: 20px !important;
  /*height:250px;*/
  /*overflow:hidden;*/
}
.banner .caption-wrap .caption {
  position: relative;
  width: 100%;
  /*height:250px;*/
  /*height:100%;*/
  overflow: hidden;
  /*padding-right:15px;*/
}
.banner .caption-wrap .caption h3 {
  font-weight: normal;
  color: #486d9a;
  margin-top: 0px;
}
.banner .row {
  margin: 0px;
}
.banner .row > div {
  padding: 0px;
}
/* 居中式BANNER */

.container .banner .control-wrapper {
  position: relative;
}
/* 全宽式BANNER */

.container-full-width .banner .infos h1,
.container-full-width .banner .top-container h1 {
  text-transform: uppercase;

  font-size: 5em;
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}
.container-full-width .banner .infos h2,
.container-full-width .banner .top-container h2 {
  color: #990000;
  font-family: 'matura_mt_script_capitalsRg';
}
.container-full-width .banner .infos h3 {
  font-weight: normal;
}
.container-full-width .infos {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  color: #eaedf0;
  text-align: center;
}
.container-full-width .banner .infos a {
  color: inherit;
}
.container-full-width .infos > .container {
  height: 100%;
  padding-bottom: 60px;
}
.container-full-width .infos .bottom {
  position: absolute;
  width: 100%;
  bottom: 60px;
}
.container-full-width .infos .bottom .caption {
  position: relative;
  padding: 25px 155px 25px 25px;
  font-size: 12px;
  color: #cc9966;
}
.container-full-width .infos .bottom .caption.linear-gradient-gold-transparent {
  color: #ffffcc;
}
.more-btn {
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -20px;
  width: 100px;
  height: 40px;
  background: url(../images/ui/more_bg_1.png) center top no-repeat;
  text-align: center;
  line-height: 40px;
  padding: 0px 10px;
  font-family: 'playfair_displayregular';
  -webkit-transition: background-position 0.5s cubic-bezier(1, 0, 0, 1);
  -moz-transition: background-position 0.5s cubic-bezier(1, 0, 0, 1);
  -ms-transition: background-position 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: background-position 0.5s cubic-bezier(1, 0, 0, 1);
  transition: background-position 0.5s cubic-bezier(1, 0, 0, 1);
}
.more-btn:hover {
  color: #ffffcc;
  background-position: center bottom;
}
.container-full-width .banner .control-wrapper {
  position: absolute;
  bottom: 0px;
}
/* 大段落 */

.paragraph-wrap {
  font-size: 13px;
  padding: 30px 0px;
  line-height: 200%;
}
.paragraph-wrap h4 {
  margin: 20px 0;
}
.paragraph-wrap p {
  margin: 0 0 20px;
}
/* 块状行 */

.block-row .row {
  padding-top: 20px;
}
.block-row .share-item {
  padding-bottom: 20px;
}
.block-row .share-item h4 {
  color: #cc9966;
  margin-bottom: 4px;
  font-weight: normal;
}
.block-row .share-item .btn {
  position: relative;
  display: block !important;
  border: 0px !important;
  border-radius: 0px !important;
  text-align: left !important;
  width: 100%;
  height: 80px;
  background: url(../images/ui/thumb-title-bg.png) center top no-repeat;
  margin-top: -80px;
  padding: 10px 20px;
}
.block-row .share-item .glyphicon {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -14px;
  margin-right: 27px;
}
.block-row .share-item .glyphicon:after {
  font-size: 32px;
  color: inherit;
}
.share-cont {
  margin: 0;
  padding: 0;
}
.share-cont li {
  list-style: none;
}
/* 花纹的标题 */

.pattern-title-wrap {
  padding-bottom: 30px;
  background: url(../images/ui/arrow-bottom.png) bottom center no-repeat;
  z-index: 1;
}
.pattern-title {
  display: block;
  color: #cc9966;
}
.pattern-title-light {
  height: 28px;
  background-image: none;
  background: transparent url(../images/ui/pattern_light.png) no-repeat center top;
}
.pattern-title:before {
  content: url(../images/ui/pattern_left.png);
  /*vertical-align:middle;*/
}
.pattern-title:after {
  content: url(../images/ui/pattern_right.png);
  /*vertical-align:middle;*/
}
.pattern-title.light:before {
  content: url(../images/ui/pattern_left-light.png);
}
.pattern-title.light:after {
  content: url(../images/ui/pattern_right-light.png);
}
/*回到顶部*/

#to-top {
  height: 100px;
}
/*面包屑导航*/

.breadcrumb {
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  /*font-weight:bold;*/
}
.breadcrumb > li {
  color: #996633 !important;
  margin: 0;
  padding: 0;
}
.breadcrumb > li:before {
  content: "" !important;
}
.breadcrumb > li.current_page_item {
  filter: alpha(opacity=50);
  opacity: 0.5;
  /*display:none;*/
}
.breadcrumb > li.current_page_item a {
  cursor: default;
}
.breadcrumb > li a {
  display: inline-block;
  line-height: 40px;
}
/*.breadcrumb > li a:after{
	content: ">";
}*/

/* 分隔线 */

.divider {
  display: block;
  width: 100%;
  border-top: #000 1px dashed;
  margin: 15px 0;
}
/* 完整词 */

.text-intact > span {
  display: inline-block;
}
/* 时间 */

.time {
  margin-right: 10px;
}
#to-top {
  height: 100px;
}
#to-top a {
  display: block;
  width: 200px;
  height: 100px;
  margin: 0 auto;
  background-image: url(../images/ui/btn_arrow_to_top.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#banner .bottom .caption p {
  margin: 1em 0;
}
/*
*  日程
*/

#schedule .schedule-wrap {
  width: 100%;
  padding-top: 46.87%;
  position: relative;
  margin-top: -6px;
}
#schedule .banner {
  position: absolute;
  top: 0px;
}
#schedule .banner .slides {
  width: 2000%;
}
#schedule .banner .slides > li {
  position: relative;
  height: 100%;
}
#schedule .banner .slides > li img:first-child {
  width: 100%;
  height: auto;
}
#schedule .banner .slides .info-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
}
#schedule .banner .slides .top-container {
  position: relative;
  /*top:20%;*/
  margin-top: -50px;
  color: #ffffcc;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#schedule .banner .top-container h1 {
  text-transform: uppercase;
  font-family: 'playfair_displayregular';
  font-size: 48px;
  margin: 10px 0;
  font-weight: normal;
}
#schedule .banner .top-container h4 {
  font-family: 'matura_mt_script_capitalsRg';
  font-weight: normal;
}
#schedule .banner .slides .bottom-container {
  position: absolute;
  width: 100%;
  bottom: 0px;
  color: #2b1a10;
}
#schedule .banner .slides .bottom-container {
  line-height: 180%;
}
#schedule .banner .slides .bottom-container h4,
#schedule .banner .slides .bottom-container h5,
#schedule .banner .slides .bottom-container h6,
#schedule .banner .slides .bottom-container p {
  line-height: 140%;
  padding: 0;
  margin: 0;
}
#schedule .banner .slides .bottom-container p {
  margin-top: 10px;
}
#schedule .banner .slides .bottom-container p:first-child {
  margin-top: 0px;
}
#schedule .banner .slides .bottom-container .container {
  overflow: inherit;
}
#schedule .banner .slides .bottom-container .project-description {
  padding: 20px;
  color: #cc9966;
}
#schedule .banner .slides .bottom-container .project-description .image {
  float: left;
  width: 265px;
  margin-right: 20px;
  position: relative;
}
#schedule .banner .slides .bottom-container .project-description .image > .imageCont {
  position: relative;
  padding-top: 46.875%;
}
#schedule .banner .slides .bottom-container .project-description .image > .imageCont > a {
  position: absolute;
  top: 0px;
  left: 0px;
}
#schedule .banner .slides .bottom-container .project-description .image i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  border: 0px #cc9966 solid;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
#schedule .banner .slides .bottom-container .project-description .image a {
  display: block;
  color: #ffffcc;
  position: relative;
}
#schedule .banner .slides .bottom-container .project-description .image a:hover i {
  border: 4px #cc9966 solid;
}
#schedule .banner .slides .bottom-container .project-description .image .project-name {
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-family: "univers_lt_std57_condensed";
  padding: 10px 15px;
  text-transform: uppercase;
}
#schedule .banner .slides .bottom-container .project-description .image .project-name h4 {
  margin-bottom: -2px;
}
#schedule .banner .slides .bottom-container .project-description .image .project-name h6 {
  line-height: 120%;
}
#schedule .banner .slides .bottom-container .project-description .text {
  float: left;
  width: 500px;
  padding-top: 0px;
}
#schedule .banner .slides .bottom-container .project-description .text h5 {
  margin-top: 10px;
}
#schedule .banner .slides .bottom-container .project-description .text h5:first-child {
  margin-top: 0px;
}
#schedule .banner .slides .bottom-container ul {
  padding: 20px 20px;
}
#schedule .banner .slides .bottom-container li {
  padding-top: 10px;
  line-height: 140%;
}
#schedule .banner .slides .bottom-container ul li:first-child {
  padding-top: 0px;
}
#schedule .banner .slides .bottom-container .project-description li:first-child {
  margin-bottom: 10px;
}
#schedule .banner .slides .bottom-container .project-description li.image {
  margin-bottom: 0px;
}
#schedule .banner .slides .bottom-container li.image {
  padding-top: 0px;
}
#schedule .banner .slides .bottom-container li.divider {
  font-size: 0;
  line-height: 0;
  height: 1px;
  padding: 0;
  margin: 5px 0;
  margin-top: 10px;
}
#schedule .flex-direction-nav {
  position: absolute;

  /*top:20%;*/
  margin-top: 0px;
  right:30px;
  margin-left: -200px;
}
#schedule .flex-direction-nav a {
  top: 0;
}
#schedule .burgundy-alpha90 .time {
  color: #ffffcc;
}
#schedule .linear-gradient-gold-transparent .time {
  color: #500000;
}
#schedule .notes {
  background: url(../images/ui/shadow-light.png) center top no-repeat;
  background-size: 100% auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
}
#schedule .notes ul {
  margin: 0px;
  padding: 0px;
  list-style: inside;
}
#schedule img[src="../images/thumbs/car.png"] {
  width: 50%;
}
/* 尊享服务 */

#service {} #service .server-list {
  list-style: none;
  padding: 0;
  padding-top: 40px;
}
#service .server-list li {
  position: relative;
}
#service .server-list li .shadow {
  width: 100%;
  height: auto;
}
#service .server-list li h5 {
  display: block;
  width: 100%;
  margin: 0px;
  margin-top: 0px;
}
img[src="http://eiv.baidu.com/hmt/icon/21.gif"] {
  display: none;
}
.control-bar-background,
.banner .control-wrapper > div {
  background-color: #500000;
  background-color: rgba(13, 26, 42, 0.9);
  filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5500000', endColorstr='#E5500000');
}
.flexslider .flex-control-nav {
  position: relative;
  height: 60px;
  width: 100%;
  background-color: #0d1a2a;
  background-color: rgba(13, 26, 42, 0.9);
  filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5500000', endColorstr='#E5500000');
  /*ie*/
  margin: 0 auto;
}
.flex-control-nav li a {
  width: auto !important;
  padding: 0 10px !important;
}
.flex-control-nav li {
  margin: 0px !important;
}
.flexslider .flex-direction-nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.flexslider .flex-direction-nav .prev {
  background-image: url(../images/ui/btn_arrow_left_60x60.png);
}
.flexslider .flex-direction-nav .next {
  right: 0px;
  background-image: url(../images/ui/btn_arrow_right_60x60.png);
}
#schedule .flex-direction-nav li a {
  width: 120px;
  height: 120px;
}
#schedule .flexslider .flex-direction-nav .prev {
  background-image: url(../images/ui/arrow90x90_left.png);
  animation: mymove1 1s infinite alternate;
	
	}
@keyframes mymove1
{
0% {left:30px;opacity:0 }
100% { left:0px;Filter:Alpha(opacity=1);-moz-opacity:1;opacity:1 }
}




#schedule .flexslider .flex-direction-nav .next {
  background-image: url(../images/ui/arrow90x90_right.png);
  animation: mymove2 1s infinite alternate;
}


@keyframes mymove2
{
0% {right:30px;opacity:0 }
100% { right:0px;Filter:Alpha(opacity=1);-moz-opacity:1;opacity:1 }
}





.container-full-width .flexslider .flex-control-nav {
  top: -60px;
  width: 880px;
}
.container-full-width .flexslider .flex-direction-nav {
  top: 0px;
  width:96%;
  margin-bottom: 0px;
}
.more-tag {
  font-size: 14px;
  text-transform: uppercase;
  display: inline;
  font-family: "univers_lt_std57_condensed";
}
#efficacy h4 {
  margin-bottom: 20px !important;
}
.project-image {
  margin-bottom: -3%;
}
/*#schedule img[src="../images/thumbs/airplane.png"],*/

#share .slides p {
  padding-right: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.single-page .head {
  height: 160px;
  background: url(../images/ui/share_title.png) center center no-repeat;
}
.single-page .title {
  position: relative;
  top: 0px;
  /*  height: 60px;*/
}
.single-page .title h4 {
  margin: 0px;
  line-height: 1.3;
  padding: 20px 100px 20px 20px;
  text-align: left;
  /*  white-space: nowrap;*/
  overflow: hidden;
  /*  text-overflow: ellipsis;*/
}
.single-page .title .date {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 60px;
  padding: 0 20px;
}
.single-page .container {
  overflow: visible;
}
.single-page .content-wrap {
  padding-top: 10px;
}
.single-page .content-wrap p {
  margin: 10px 0;
}
.single-page .content-wrap img {
  width: 100%;
  height: auto;
  margin: 20px 0;
  -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
}
/*.content-wrap{
	position:relative;
}
.content-wrap.paragraph-wrap{
	padding-top:0px;
	padding-bottom: 50px;
}
.content-wrap.paragraph-wrap p{
	margin: 0px;
}
.content-wrap.paragraph-wrap p.imgCont{
	padding: 0px;
	margin-bottom: -6%;
}
*/

.single-page #bottom .container {
  padding: 0;
  padding-top: 70px;
}
.single-page .thumb-list {} .single-page .thumb-list .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.single-page .thumb-list .row > .active {
  display: none;
}
.single-page .thumb-list .thumb-item {
  position: relative;
  /*width:280px;
	margin-bottom:20px;*/
  margin-left: auto;
  margin-right: auto;
}
.single-page .thumb-list .thumb-item img {
  width: 100% !important;
  height: auto !important;
}
.single-page .thumb-list .thumb-item h5 {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 0px 40px 0px 15px;
  margin: 0px;
  line-height: 40px;
  background-image: url(../images/ui/arrow_right_34x40.png);
  background-position: right center;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-page .thumb-list a {
  padding: 0;
  margin: 0;
}
.single-page .thumb-item a:hover h5 {
  line-height: 50px;
  background-color: rgba(80, 0, 0, 1);
}
/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.block {
  display: block;
}
/*-------------------------------- video --------------------------------*/

.video-btn {
  position: relative;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 166px;
  height: 54px;
  line-height: 54px;
  background-image: url(../images/ui/btn_video.png);
  background-size: 100%;
  background-position: left 0%;
  background-repeat: no-repeat;
}
.video-btn:hover {
  background-position: left 100%;
}
.video-player {
  background: #000;
  line-height: 0;
}
/*
#myPlayer .mejs-container .mejs-controls {
  bottom: 0px;
  -webkit-transition: bottom 0.3s ease-out 0s;
  -moz-transition: bottom 0.3s ease-out 0s;
  -ms-transition: bottom 0.3s ease-out 0s;
  -o-transition: bottom 0.3s ease-out 0s;
  transition: bottom 0.3s ease-out 0s;
}
*/

/*------------------------- 微信 -------------------------*/

#wechat {
  position: relative;
  /*  background-image: url(../images/ui/bg_pattern2.jpg);*/
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  text-align: center;
  /*  padding: 10px;*/
  color: #500000;
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
#wechat img {
  display: block;
  /*  margin-top: 5px;*/
  width: 80px;
  height: 80px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
/*------------------------- 微信end -------------------------*/

@media (min-width: 480px) and (max-width: 767px) {
  #share .row {
    margin-left: 10px;
    margin-right: 10px;
  }
  #share .col-md-6,
  #bottom .col-md-6 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  #service .server-list {
    padding: 20px;
    margin: 0 -10px;
  }
  #service .server-list li {
    width: 50%;
    padding-top: 35%;
  }
  #service .server-list li > div {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 0 10px;
  }
  #service .server-list li h5 {
    margin-top: 10px;
  }
  #service .server-list li img {
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
  }
  #service .server-list li .shadow {
    display: none;
  }
}
/*
 * 平板电脑竖式和手机通用
 */

@media (max-width: 991px) {
  #main-wrap {
    padding-top: 0px !important;
  }
  #mainNavGroup {
    position: relative;
    border-top: none;
  }
  #logo {
    width: 120px;
    height: 120px;
    left: 10px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0px !important;
  }
  .navbar-nav {
    padding-right: 0px;
    margin: 0px;
  }
  #nav-tool {
    height: 30px;
    font-size: 0px;
  }
  #nav-tool,
  #nav-tool a {
    color: #cc9966 !important;
    line-height: 30px;
  }
  #nav-tool > span {
    padding: 0 20px;
    margin: 0px;
    position: relative;
    height: 100%;
    font-size: 12px;
  }
  #nav-tool > span:after {
    content: "|";
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 8px;
    font-family: "univers_lt_std57_condensed";
  }
  #nav-tool > #language:after {
    content: "";
  }
  #vip-bookmarks a {
    background: none !important;
    line-height: inherit;
    text-indent: 0px !important;
    margin: 0px;
    height: 100%;
    width: inherit;
  }
  .phone,
  .phone span,
  .phone a {
    color: #cc9966 !important;
  }
  #service.list-flow .caption-wrap {
    padding-top: 18.5% !important;
  }
  #service.list-flow .caption-wrap:after {
    content: "MORE >";
    position: absolute;
    margin-top: 30px;
    font-family: "univers_lt_std57_condensed";
  }
  #service.list-flow .banner .caption-wrap .caption {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    height: 100%;
  }
}
/* 
 * 手机
 */

@media (max-width: 767px) {
  .noImageHand {
    height: 100px !important;
    background-size: contain !important;
    background-position: center center !important;
    margin-bottom: -20px;
  }
  #touch_nav,
  .touch_nav {
    display: block;
  }
  .open > .dropdown-menu:before,
  .collapse-menu:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 35px;
    background-color: #700000;
    /*z-index:1;*/
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .collapse-menu:before {
    top: 5px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
  }
  .collapse-menu.in:before {
    top: -5px;
  }
  .banner .arrow {
    padding: 0px;
  }
  .container-full-width .line {
    display: none;
  }
  .container-full-width .banner li {
    position: relative;
  }
  .container-full-width .banner .infos {
    /*position:static;*/
  }
  #banner .infos h1,
  .container-full-width .banner .infos h1,
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  h1,
  h2,
  h3 {
    margin-top: 10px;
  }
  .container-full-width .banner .infos > .container {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    padding-bottom: 0px !important;
    overflow: hidden;
  }
  .container-full-width .banner .infos .bottom {
    bottom: inherit;
    position: relative;
    top: 100%;
  }
  .container-full-width .infos .bottom {} img[src="../images/home/home-title.png"] {
    width: 150% !important;
    margin-left: -25%;
  }
  .background-title-arrow {
    padding-top: 40px;
  }
  .block-row .share-item {
    padding-left: 35px;
    padding-right: 35px;
  }
  .line {
    display: none;
  }
  .paragraph-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .burgundy-alpha90-arrow-bg-top,
  .gold-arrow-bg-top {
    padding-top: 0px;
    background-image: none;
  }
  .inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #banner .inner,
  #begin .infos .inner {
    padding-bottom: 0px !important;
  }
  #begin .container {
    padding-bottom: 0px !important;
  }
  #begin .control-wrapper {
    position: relative;
  }
  #process .caption-wrap {
    padding-left: 0px !important;
    padding-top: 20px !important;
  }
  .added-element {
    display: none;
  }
  .notes {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .container-full-width .flexslider .flex-control-nav,
  .container-full-width .flexslider .flex-direction-nav {
    width: 100%;
    top: 0px;
  }
  .container-full-width .flexslider .flex-direction-nav {
    margin-bottom: 0px;
  }
  /*#service.list-flow .caption-wrap:after{
		content:"MORE >";
		position:absolute;
		margin-top:30px;
		font-family:"univers_lt_std57_condensed";
	}
	#service.list-flow .banner .caption-wrap .caption{
		position:absolute;
		left:0;
		top:0;
		padding:20px;
		height:100%;
	}*/
  #mainNavGroup {
    min-height: 90px;
  }
  #logo {
    /*width:100px;
		height:120px;*/
    top: 30px;
  }
  .navbar-header {
    position: static;
    width: 100%;
    height: 60px;
    margin-top: 30px;
    background: transparent url(../images/ui/menubar_pattern.jpg) left top repeat-x;
  }
  .navbar-nav {
    text-align: right;
    padding: 10px 0;
  }
  .navbar-nav > li {
    width: 100% !important;
  }
  .navbar-nav > li.active {
    background-image: none;
  }
  .navbar-nav > li.active a {
    background-position: center -70px !important;
  }
  .navbar-nav > li > a {
    overflow: hidden;
    line-height: 40px;
    height: 40px;
    padding-right: 16px !important;
  }
  .navbar-nav > li > a:after {
    content: "";
  }
  .navbar-nav > li > .dropdown-menu {
    padding: 0px;
    /*box-shadow:0px 10px 10px 10px #000 !important;*/
  }
  .navbar-nav > li > .dropdown-menu > li {
    padding-right: 16px;
    background-color: #700000;
    border-bottom: #700000 1px solid;
    height: auto;
  }
  .navbar-nav > li > .dropdown-menu > li:first-child {
    border-top: #700000 1px solid;
  }
  .navbar-nav > li > .dropdown-menu > li > a {
    position: relative;
    width: 100%;
    padding: 0px !important;
    margin: 0px;
  }
  .navbar-nav > li > .dropdown-menu > li > a span {
    line-height: 30px;
  }
  .navbar-collapse {
    background-image: none;
    padding-right: 0px;
    padding-left: 0px;
    max-height: none;
  }
  #schedule .line-6-bottom.shadow-bg {
    background: none !important;
    border: none !important;
  }
  #schedule .schedule-wrap {
    padding-top: 0px;
  }
  #schedule .banner {
    position: relative;
  }
  #schedule .banner .slides {
    width: 100% !important;
    margin-left: 0px !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
  }
  #schedule .banner .slides > li {
    float: none !important;
    margin-bottom: 40px;
    -moz-box-shadow: 0px 8px 16px #000000;
    -webkit-box-shadow: 0px 8px 16px #000000;
    box-shadow: 0px 8px 16px #000000;
    border-top: 3px #500000 solid;
    /*background:url(../images/ui/arrow-bottom.png) bottom center no-repeat;*/
  }
  #schedule .banner .slides > li.clone {
    display: none !important;
  }
  #schedule .banner .slides .info-container {
    position: static;
    height: auto;
  }
  #schedule .banner .slides .bottom-container .project-description .image,
  #schedule .banner .slides .bottom-container .project-description .text {
    width: 50%;
    /*float:none;*/
  }
  #schedule .banner .slides .bottom-container .project-description .image {
    margin-right: 0px;
    padding-right: 20px;
  }
  /*#schedule .banner .slides .bottom-container .project-description .image{
		width:50%;
	}*/
  #schedule .banner .slides .top-container {
    margin-top: -180px;
    position: absolute;
    width: 100%;
  }
  #schedule .banner .slides .bottom-container {
    position: static;
  }
  #schedule .flex-direction-nav {
    display: none;
  }
  #schedule img[src="../images/thumbs/airplane.png"],
  #schedule img[src="../images/thumbs/car.png"] {
    display: none !important;
  }
  #schedule .notes {
    padding-top: 0px;
  }
  h3.pattern-title {
    font-size: 20px;
  }
  .pattern-title:before {
    content: "- ";
  }
  .pattern-title:after {
    content: " -";
  }
  .pattern-title-wrap {
    padding-bottom: 10px;
  }
  .breadcrumb > li a {
    font-size: 12px;
    font-weight: normal;
  }
  .container.project {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*.projects .image{
		padding-left:20px;
		padding-right:20px;
	}*/
  .dropdown-menu > li:first-child {
    padding-top: 10px;
  }
  .dropdown-menu > li:last-child {
    padding-bottom: 10px;
  }
}
.container.project .paragraph-wrap {
  padding: 0;
  /*padding-left:0px;
		padding-right:0px;*/
}
#efficacy.container {
  padding-top: 30px;
}
/*#about.projects .paragraph-wrap{
		margin-top:0;
		padding-top:0;
	}*/

@media (min-width: 768px) {
  .homeBanner.container-full-width .infos > .container {
    padding-bottom: 160px;
  }
  #schedule .banner .slides > li.first .bottom-container li {
    width: 60%;
  }
  #schedule .banner .slides > li.last .bottom-container li {
    width: 50%;
    padding-right: 20px;
  }
  #disktop_nav,
  .disktop_nav {
    display: block;
  }
}
/*
 * 平板电脑竖式
 */

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    margin-top: 30px;
  }
  .container-full-width .flexslider .flex-direction-nav,
  .container-full-width .flexslider .flex-control-nav {
    width: 730px;
  }
  #service .server-list {
    padding-top: 40px;
  }
  #service .server-list li {
    height: 260px;
    margin-top: 0px;
  }
  #schedule .schedule-wrap {
    padding-top: 0px;
  }
  #schedule .banner {
    position: relative;
  }
  #schedule .container {
    width: 730px;
  }
  #schedule .banner .slides .info-container {
    position: relative;
    margin-top: -46.87%;
  }
  #schedule .banner .slides .top-container {
    top: 80px;
    margin-top: 0px;
  }
  #schedule .banner .slides .top-container h1,
  #schedule .banner .slides .top-container h4 {
    margin: 0;
  }
  #schedule .banner .slides .top-container h4 {
    margin-top: 10px;
  }
  #schedule .banner .slides .bottom-container {
    bottom: auto;
    position: relative;
    padding-top: 100px;
  }
  #schedule .banner .slides .bottom-container .project-description .text {
    width: 350px;
  }
  #schedule .banner .slides li.first .bottom-container,
  #schedule .banner .slides li.last .bottom-container {
    top: 160px;
  }
  #schedule .flex-direction-nav {
    top: 130px;
    /*margin-top:0px;*/
  }
  #schedule .line {
    display: none;
  }
}
/*
* 平板电脑横式，小屏桌面
*/

@media (min-width: 992px) and (max-width: 1199px) {
  #service .server-list {
    padding-top: 40px;
  }
  #service .server-list li {
    height: 210px;
    margin-top: 0px;
  }
  #schedule .banner .slides .top-container {
    top: 70px;
  }
  #schedule .flex-direction-nav {
    top: 70px;
  }
  #logo {
    width: 120px;
    height: 100px;
    left: 8px;
  }
  .banner .caption-wrap .caption {
    height: 220px;
  }
  #nav-tool {} #nav-tool,
  #nav-tool a {
    color: #660000 !important;
  }
  #vip-bookmarks span {
    display: none;
  }
  .phone span,
  .phone a {
    color: #660000 !important;
  }
}
@media (max-width: 991px) {
  .more-tag {
    display: none;
  }
}
/*
 * 大屏桌面
 */

@media (min-width: 1200px) {
  #service .server-list {
    padding-top: 40px;
  }
  #service .server-list li {
    height: 210px;
    margin-top: 0px;
  }
  #schedule .banner .slides .top-container {
    top: 30%;
  }
  #schedule .flex-direction-nav {
    top: 30%;
  }
  #logo {
    width: 162px;
    height: 134px;
    left: 20px;
  }
  .banner .caption-wrap .caption {
    height: 230px;
  }
  #vip-bookmarks span {
    display: none;
  }
  #wechat {
    position: fixed;
    right: 20px;
    bottom: 60px;
  }
  #wechat:hover {
    right: 60px;
  }
  #wechat:hover img {
    width: 120px;
    height: 120px;
    cursor: default;
  }
}
@media (max-width: 479px) {
  #schedule .banner .slides .bottom-container .project-description .image,
  #schedule .banner .slides .bottom-container .project-description .text {
    width: 100%;
    float: none;
  }
  #schedule .banner .slides .bottom-container .project-description .image {
    padding-right: 0px;
  }
  #schedule .banner .slides .top-container {
    margin-top: -120px;
    position: absolute;
    width: 100%;
  }
  .line-6-bottom {
    border-bottom-width: 3px !important;
  }
  footer ul li a {
    padding: 0 2px;
  }
  .background-title-arrow {
    padding-top: 30px;
  }
  #bottom .container {
    padding: 30px 10px 0px 10px;
  }
  .container-full-width .banner .infos .bottom {
    display: none;
  }
  #throng .control-wrapper h5 {
    font-size: 10px;
  }
  #idea .banner,
  #throng .banner,
  .image-text-flow {
    margin-top: -3px !important;
  }
  .image-text-flow .control-wrapper {
    height: auto !important;
    position: relative !important;
  }
  .image-text-flow .control-wrapper nav {
    height: auto;
    padding: 10px 20px;
  }
  .image-text-flow .control-wrapper nav > * {
    line-height: 40px;
  }
  .image-text-flow .control-wrapper > .container > * {
    height: auto;
  }
  .image-text-flow .control-wrapper nav h4 {
    position: relative !important;
  }
  .image-text-flow .breadcrumb > li {
    display: block;
  }
  .image-text-flow .block {
    display: none;
  }
  .zh-CN .image-text-flow .breadcrumb > li.en {
    display: none;
  }
  .en-US .image-text-flow .breadcrumb > li.cn {
    display: none;
  }
  .image-text-flow .breadcrumb > li a {
    line-height: 25px;
  }
  /*
	#service .banner .caption-wrap {
		position:absolute;
		bottom:0px;
		height:auto;
		text-align:center;
		padding:12px !important;
	}
	#service .banner .caption-wrap .caption{
		height:auto;
	}
	#service .banner .caption-wrap .caption h3{
		margin:0px;
		margin-bottom:4px;
	}
	#service .banner .caption-wrap .caption p{
		display:none;
	}
	#service .container-full-width .banner .control-wrapper{
		position:relative;
		margin-top:0px;
	}
	#service .flex-control-nav li a{
		width:auto !important;
		padding:0 5px !important;
	}
	#service .flex-control-nav li{
		margin:0px;
	}
	#service .container-full-width .banner{
		height:auto !important;
	}*/
  #banner .site-wrapper {
    padding-bottom: 0 !important;
  }
  .pageHead .inner h2,
  .pageHead .inner .pattern-title-light {
    display: none;
  }
  .homeBanner {
    padding-top: 100% !important;
    padding-bottom: 60px;
  }
  .homeBanner .banner,
  .homeBanner .banner-viewport,
  .homeBanner .banner-viewport .slides,
  .homeBanner .banner-viewport .slides li,
  .homeBanner .banner-viewport .slides li img {
    height: 100%;
  }
  .homeBanner .banner-viewport {
    padding-bottom: 60px;
  }
  .homeBanner .banner-viewport .slides li img {
    max-width: none;
    width: auto !important;
    position: relative;
    /*margin-left:-100%;*/
  }
  .container-full-width .flexslider .flex-control-nav,
  .container-full-width .flexslider .flex-direction-nav {
    top: -60px !important;
  }
  .list-flow {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .list-flow .slides {
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: -40px;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
  }
  .list-flow .slides li {
    float: none;
    margin-bottom: 40px;
    -moz-box-shadow: 0px 8px 16px #000000;
    -webkit-box-shadow: 0px 8px 16px #000000;
    box-shadow: 0px 8px 16px #000000;
    border-top: 3px #500000 solid;
  }
  .list-flow .flex-control-nav,
  .list-flow .flex-direction-nav {
    display: none;
  }
  .list-flow .row {
    padding: 20px;
  }
  .list-flow .row .col-xs-6 {
    float: none !important;
    width: 100% !important;
  }
  .list-flow .banner .caption-wrap {
    position: static;
    height: auto !important;
    background: none;
    padding: 10px 0 !important;
  }
  .list-flow .banner .caption-wrap .caption {
    position: static !important;
    padding: 0px !important;
    height: auto !important;
  }
  .list-flow .banner .caption-wrap .caption h3 {
    /*position:absolute;
		top:20px;
		line-height:30px;*/
  }
  .list-flow .banner .caption-wrap .caption p {
    margin-bottom: 0px;
  }
  .list-flow .banner .slides > li.clone {
    display: none !important;
  }
  #service.list-flow .caption-wrap:after {
    position: relative;
    top: 10px;
  }
  /*#service .server-list{
		padding-top:0px;
	}
	#service .server-list li{
		height:auto;
		padding:20px 60px 4% 60px;
		margin-top:0px;
	}
	#service.list-flow .caption-wrap{
		position:relative;
		padding-top:24%;
	}
	#service.list-flow .caption-wrap .caption{
		position:absolute;
		top:0px;
		left:0px;
		padding:20px;
		overflow:hidden;
		height:100%;
	}*/
  #service .server-list {
    padding: 0;
  }
  #service .server-list li h5 {
    padding: 10px 10px 20px 10px;
  }
  #service .server-list li img {
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
  }
  #service .server-list li .shadow {
    display: none;
  }
  #service.list-flow .caption-wrap {
    padding-top: 10px !important;
  }
  #begin {
    padding-top: 100%;
  }
  #begin .banner {
    position: absolute;
    top: 0;
    height: 100%;
    margin-top: 0;
  }
  #begin .banner ul,
  #begin .banner li,
  #begin .banner li img {
    position: relative;
    height: 100%;
  }
  #begin .banner li img {
    width: auto;
    left: -100%;
  }
  #begin .image-text-flow {
    margin-top: 0px !important;
  }
  #begin .image-text-flow .control-wrapper {
    position: absolute !important;
    bottom: 0px;
  }
  #begin .image-text-flow nav {
    padding: 0;
  }
  #begin .image-text-flow .breadcrumb {
    text-align: center !important;
  }
  #begin .image-text-flow .breadcrumb > li {
    display: inline-block;
  }
  #begin .image-text-flow .breadcrumb > li a:after {
    display: none;
  }
  #begin .image-text-flow .control-wrapper nav h4 {
    position: absolute;
    display: none;
  }
}
/*@media (min-width: 992px) and (max-width: 1199px) {
	#service.list-flow .caption-wrap {
		padding-top: 20% !important;
	}
}*/